home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWCHECK / TFRMWINDOWCHECK.txt < prev   
Encoding:
Text File  |  2003-01-14  |  5.6 KB  |  243 lines

  1. inherited frmWindowCheck: TfrmWindowCheck
  2.   Left = 292
  3.   Top = 282
  4.   HelpContext = 7
  5.   OldCreateOrder = True
  6.   OnClose = FormClose
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited pnlTop: TPanel
  11.     inherited lblCommandName: TLabel
  12.       Caption = ''
  13.     end
  14.     inherited memActionDesc: TMemo
  15.       Lines.Strings = (
  16.         
  17.           'Checks a checkbox or radio control on a window.  To select an ob' +
  18.           'ject from an '
  19.         
  20.           'existing window, either use the "Browse..." button or drag the A' +
  21.           'utoMate icon '
  22.         'to '
  23.         
  24.           'the area on the screen.  To search for partial window titles, us' +
  25.           'e wildcard '
  26.         'characters * and ?.')
  27.     end
  28.   end
  29.   inherited pnlCenter: TPanel
  30.     inherited pgcControlPage: TPageControl
  31.       inherited tbsAM5Main: TTabSheet
  32.         object Label1: TLabel
  33.           Left = 12
  34.           Top = 74
  35.           Width = 240
  36.           Height = 37
  37.           AutoSize = False
  38.           Caption = 
  39.             'Drag the AutoMate icon to the desired control or use the browse ' +
  40.             'button.'
  41.           WordWrap = True
  42.         end
  43.         object Label5: TLabel
  44.           Left = 8
  45.           Top = 126
  46.           Width = 104
  47.           Height = 13
  48.           Caption = 'Object Description'
  49.           Font.Charset = DEFAULT_CHARSET
  50.           Font.Color = clWindowText
  51.           Font.Height = -11
  52.           Font.Name = 'Tahoma'
  53.           Font.Style = [fsBold]
  54.           ParentFont = False
  55.         end
  56.         object Bevel1: TBevel
  57.           Left = 8
  58.           Top = 66
  59.           Width = 453
  60.           Height = 9
  61.           Shape = bsTopLine
  62.         end
  63.         object lbWindow: TLabel
  64.           Left = 12
  65.           Top = 148
  66.           Width = 449
  67.           Height = 13
  68.           AutoSize = False
  69.         end
  70.         object lbType: TLabel
  71.           Left = 12
  72.           Top = 161
  73.           Width = 309
  74.           Height = 13
  75.           AutoSize = False
  76.         end
  77.         object lbName: TLabel
  78.           Left = 12
  79.           Top = 187
  80.           Width = 309
  81.           Height = 13
  82.           AutoSize = False
  83.         end
  84.         object lbPosition: TLabel
  85.           Left = 12
  86.           Top = 200
  87.           Width = 309
  88.           Height = 13
  89.           AutoSize = False
  90.         end
  91.         object Label11: TLabel
  92.           Left = 8
  93.           Top = 50
  94.           Width = 92
  95.           Height = 13
  96.           Caption = 'Object Selection'
  97.           Font.Charset = DEFAULT_CHARSET
  98.           Font.Color = clWindowText
  99.           Font.Height = -11
  100.           Font.Name = 'Tahoma'
  101.           Font.Style = [fsBold]
  102.           ParentFont = False
  103.         end
  104.         object Bevel2: TBevel
  105.           Left = 8
  106.           Top = 142
  107.           Width = 453
  108.           Height = 9
  109.           Shape = bsTopLine
  110.         end
  111.         object lbClass: TLabel
  112.           Left = 12
  113.           Top = 174
  114.           Width = 309
  115.           Height = 13
  116.           AutoSize = False
  117.         end
  118.         object lbTest: TLabel
  119.           Left = 203
  120.           Top = 50
  121.           Width = 3
  122.           Height = 13
  123.           Visible = False
  124.         end
  125.         object RadioGroup1: TRadioGroup
  126.           Left = 8
  127.           Top = 2
  128.           Width = 453
  129.           Height = 43
  130.           Caption = 'Action'
  131.           TabOrder = 5
  132.         end
  133.         object comEdit: TButton
  134.           Left = 378
  135.           Top = 194
  136.           Width = 81
  137.           Height = 25
  138.           Caption = 'E&dit'
  139.           TabOrder = 4
  140.           OnClick = comEditClick
  141.         end
  142.         object comObjectList: TButton
  143.           Left = 378
  144.           Top = 114
  145.           Width = 81
  146.           Height = 25
  147.           Caption = '&Browse...'
  148.           TabOrder = 3
  149.           OnClick = comObjectListClick
  150.         end
  151.         object rdoCheck: TRadioButton
  152.           Left = 22
  153.           Top = 19
  154.           Width = 131
  155.           Height = 17
  156.           Caption = '&Check'
  157.           Checked = True
  158.           TabOrder = 0
  159.           TabStop = True
  160.         end
  161.         object rdoUncheck: TRadioButton
  162.           Left = 166
  163.           Top = 18
  164.           Width = 139
  165.           Height = 17
  166.           Caption = '&Uncheck'
  167.           TabOrder = 1
  168.         end
  169.         object rdoToggle: TRadioButton
  170.           Left = 316
  171.           Top = 18
  172.           Width = 135
  173.           Height = 17
  174.           Caption = '&Toggle'
  175.           TabOrder = 2
  176.         end
  177.         object Panel1: TPanel
  178.           Left = 325
  179.           Top = 71
  180.           Width = 133
  181.           Height = 41
  182.           BevelOuter = bvNone
  183.           TabOrder = 6
  184.           object Label3: TLabel
  185.             Left = 0
  186.             Top = 13
  187.             Width = 97
  188.             Height = 13
  189.             Alignment = taRightJustify
  190.             AutoSize = False
  191.             Caption = 'Drag -->'
  192.           end
  193.           object imgCursor: TImage
  194.             Left = 100
  195.             Top = 4
  196.             Width = 32
  197.             Height = 32
  198.             AutoSize = True
  199.             Center = True
  200.             Picture.Data = {<image000.ico>}
  201.             Stretch = True
  202.           end
  203.         end
  204.       end
  205.     end
  206.   end
  207.   inherited taclKeyboardTrap: TActionList
  208.     Left = 200
  209.   end
  210.   inherited dxSIBarManager: TdxBarManager
  211.     Categories.ItemsVisibles = (
  212.       2)
  213.     Categories.Visibles = (
  214.       True)
  215.     PopupMenuLinks = <
  216.       item
  217.         Control = lsvAM5Errors
  218.         PopupMenu = dxCheckPopup
  219.       end>
  220.     DockControlHeights = (
  221.       0
  222.       0
  223.       0
  224.       0)
  225.   end
  226.   inherited dxCheckPopup: TdxBarPopupMenu
  227.     ItemLinks = <
  228.       item
  229.         Item = itmCheckAllErrors
  230.         UserGlyph.Data = {00000000}
  231.         Visible = True
  232.       end
  233.       item
  234.         Item = itmCheckNoErrors
  235.         UserGlyph.Data = {00000000}
  236.         Visible = True
  237.       end>
  238.   end
  239.   inherited IvTranslator1: TIvTranslator
  240.     Left = 232
  241.   end
  242. end
  243.